home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / smailsrc.zip / SMAIL.ZIP / CONFIG.H < prev    next >
Text File  |  1990-05-05  |  272b  |  15 lines

  1. /*
  2.  *      config.h: Header file for MS-DOS configuration routine
  3.  *
  4.  *      Stephen Trier
  5.  *      March 30, 1990
  6.  *
  7.  *      This file is in the public domain.
  8.  */
  9.  
  10. struct table_entry {
  11.     char *n, **v;
  12.     } ;
  13.  
  14. void ms_config(struct table_entry table[]);
  15.